datacommsserver/esockserver/inc/ss_nodemessages.h
branchRCL_3
changeset 14 4ccf8e394726
parent 0 dfb7c4ff071f
equal deleted inserted replaced
13:0b0e9fce0b58 14:4ccf8e394726
   113 
   113 
   114 	DECLARE_MVIP_CTR(TMetaConnectionFactoryQuery)
   114 	DECLARE_MVIP_CTR(TMetaConnectionFactoryQuery)
   115 	EXPORT_DATA_VTABLE_AND_FN
   115 	EXPORT_DATA_VTABLE_AND_FN
   116 	};
   116 	};
   117 
   117 
       
   118 class TTierTypeIdFactoryQuery : public TFactoryQueryBase
       
   119     {
       
   120 public:
       
   121     IMPORT_C TTierTypeIdFactoryQuery();
       
   122 
       
   123     IMPORT_C explicit TTierTypeIdFactoryQuery(const TUid aTierTypeId);
       
   124 
       
   125 protected:
       
   126     IMPORT_C virtual Factories::MFactoryQuery::TMatchResult Match(Factories::TFactoryObjectInfo& aFactoryObjectInfo);
       
   127 
       
   128 public:
       
   129     TUid iTierTypeId;
       
   130 
       
   131     DECLARE_MVIP_CTR(TTierTypeIdFactoryQuery)
       
   132     EXPORT_DATA_VTABLE_AND_FN
       
   133     };
       
   134 
   118 class TDefaultConnectionFactoryQuery : public TFactoryQueryBase
   135 class TDefaultConnectionFactoryQuery : public TFactoryQueryBase
   119 /** Class implementing MFactoryQuery to find a connection provider.
   136 /** Class implementing MFactoryQuery to find a connection provider.
   120 
   137 
   121 @publishedPartner
   138 @publishedPartner
   122 @released
   139 @released