mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T739, renamed CContext -> IContext
This reflects the purpose better, it is a base class for all context interfaces
This commit is contained in:
committed by
Mat Sutcliffe
parent
4c170e0ac4
commit
09e65a2525
@@ -73,7 +73,7 @@ namespace BlackCore
|
||||
namespace Context
|
||||
{
|
||||
//! Network context proxy
|
||||
class BLACKCORE_EXPORT IContextNetwork : public CContext
|
||||
class BLACKCORE_EXPORT IContextNetwork : public IContext
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTNETWORK_INTERFACENAME)
|
||||
@@ -374,7 +374,7 @@ namespace BlackCore
|
||||
|
||||
protected:
|
||||
//! Constructor
|
||||
IContextNetwork(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime) : CContext(mode, runtime) {}
|
||||
IContextNetwork(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime) : IContext(mode, runtime) {}
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user