OSDN Git Service

RIO-6923: Move inlined code from header to cpp file for pvmf_event_handling (minor...
authorPacketVideo CM <engbuild@pv.com>
Wed, 14 Oct 2009 05:40:35 +0000 (22:40 -0700)
committerPacketVideo CM <engbuild@pv.com>
Wed, 14 Oct 2009 05:40:35 +0000 (22:40 -0700)
engines/2way/src/pv_2way_sdkinfo.h
engines/author/src/pv_author_sdkinfo.h
engines/player/src/pv_player_sdkinfo.h
pvmi/pvmf/include/pvmf_event_handling.h

index c78a7e9..7d2c238 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PV2WAY_ENGINE_SDKINFO_LABEL "1009704"
-#define PV2WAY_ENGINE_SDKINFO_DATE 0x20091008
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1011348"
+#define PV2WAY_ENGINE_SDKINFO_DATE 0x20091009
 
 #endif //PV_2WAY_SDKINFO_H_INCLUDED
index 44f9c76..26e0e95 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1009704"
-#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20091008
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1011348"
+#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20091009
 
 #endif //PV_AUTHOR_SDKINFO_H_INCLUDED
index 89d8756..c2555dc 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PVPLAYER_ENGINE_SDKINFO_LABEL "1009704"
-#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20091008
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1011348"
+#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20091009
 
 #endif //PV_PLAYER_SDKINFO_H_INCLUDED
index dc62b84..3243580 100644 (file)
@@ -79,7 +79,7 @@ class PVMFEventBase
         /**
         What type of event is this ?
         **/
-        OSCL_IMPORT_REF virtual PVMFEventCategory IsA() const = 0;
+        virtual PVMFEventCategory IsA() const = 0;
 };
 
 /**
@@ -145,7 +145,7 @@ class OSCL_IMPORT_REF PVMFCmdResp : public PVMFEventBase
 
         virtual ~PVMFCmdResp() {}
 
-        OSCL_IMPORT_REF virtual PVMFEventCategory IsA() const;
+        virtual PVMFEventCategory IsA() const;
 
         /**
          * @return Returns the unique ID associated with a command of this type.
@@ -354,7 +354,7 @@ class OSCL_IMPORT_REF PVMFAsyncEvent : public PVMFEventBase
 
         virtual ~PVMFAsyncEvent() {}
 
-        OSCL_IMPORT_REF virtual PVMFEventCategory IsA() const;
+        virtual PVMFEventCategory IsA() const;
 
         /**
          * @return Returns the unique type identifier of the event.