00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef CG_UPNP_AV_CCONNECTIONMANAGER_H
00010 #define CG_UPNP_AV_CCONNECTIONMANAGER_H
00011
00012
00013 #define CG_UPNP_CMS_SERVICE_TYPE "urn:schemas-upnp-org:service:ConnectionManager"
00014
00015
00016
00017
00018 #define CG_UPNP_CMS_ACTION_GETPROTOCOLINFO "GetProtocolInfo"
00019 #define CG_UPNP_CMS_ACTION_GETCURRENTCONNECTIONIDS "GetCurrentConnectionIDs"
00020 #define CG_UPNP_CMS_ACTION_GETCURRENTCONNECTIONINFO "GetCurrentConnectionInfo"
00021
00022
00023
00024
00025 #define CG_UPNP_CMS_ACTION_PREPAREFORCONNECTION "PrepareForConnection"
00026 #define CG_UPNP_CMS_ACTION_CONNECTIONCOMPLETE "ConnectionComplete"
00027
00028 #endif