CCAFFEINE  0.8.8
ServicesHelper.h
00001 #ifndef __CCASERVICESHELPER_H__
00002 #define __CCASERVICESHELPER_H__
00003 
00005 class ServicesHelper {
00006 
00007 public:
00008 
00009   ServicesHelper(){};
00010   ~ServicesHelper(){};
00011 
00012   static ::std::vector< int > getProvidesIndexByName( const ::std::vector< ProviderPortData > & pData, const ::std::string & name);
00013 
00014   static ::std::vector< int > getUsesIndexByName( const ::std::vector< UserPortData > & uData, const std::string & name);
00015 
00016   static ::std::string toStringUserPortData(const UserPortData & pi);
00017   static ::std::string toStringProviderPortData(const ProviderPortData & pi);
00018 
00019 
00020 /*  CFREE */ static char* toStringPortInfo(ccafeopq::PortInfo * opi);
00021 
00022 private:
00023   int dummy;
00024   
00025 };
00026 
00027 #endif //__CCASERVICESHELPER_H__