creator/engine/inc/creator_connectionmethodbase.h
changeset 27 271e901a9423
parent 17 4f2773374eff
equal deleted inserted replaced
26:41ebde60981f 27:271e901a9423
    25 
    25 
    26 class CCreatorModuleBaseParameters;
    26 class CCreatorModuleBaseParameters;
    27 
    27 
    28 const TUint KRandomBearerType = 0xEEEEEEEE;
    28 const TUint KRandomBearerType = 0xEEEEEEEE;
    29 
    29 
    30 class CCreatorConnectionSettingsBase : public CBase, public MCreatorModuleBase
    30 class CCreatorConnectionSettingsBase : public CCreatorModuleBase
    31     {
    31     {
    32 public:
    32 public:
    33     
    33     
    34     virtual ~CCreatorConnectionSettingsBase(){};
    34     virtual ~CCreatorConnectionSettingsBase(){};
    35 
    35