Switch to unified view

a/src/mediaserver/cdplugins/cdplugin.hxx b/src/mediaserver/cdplugins/cdplugin.hxx
...
...
137
137
138
    const std::string& getname() {
138
    const std::string& getname() {
139
        return m_name;
139
        return m_name;
140
    }
140
    }
141
141
142
    virtual bool startInit() = 0;
143
142
    std::string m_name;
144
    std::string m_name;
143
    CDPluginServices *m_services;
145
    CDPluginServices *m_services;
144
};
146
};
145
147
146
#endif /* _CDPLUGIN_H_INCLUDED_ */
148
#endif /* _CDPLUGIN_H_INCLUDED_ */