Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-opencore: Commit

external/opencore


Commit MetaInfo

Revisión6f7e3dc17efa5dc9dac26a3606eefdc797078df0 (tree)
Tiempo2010-03-01 11:31:27
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

fix build broken (vtable not found for some classes)

Cambiar Resumen

Diferencia incremental

--- a/pvmi/pvmf/include/pvmf_event_handling.h
+++ b/pvmi/pvmf/include/pvmf_event_handling.h
@@ -88,7 +88,7 @@ class PVMFEventBase
8888 * PVMFCmdResp class is used to pass completion status on previously issued
8989 * commands
9090 **/
91-class PVMFCmdResp : public PVMFEventBase
91+class OSCL_IMPORT_REF PVMFCmdResp : public PVMFEventBase
9292 {
9393 public:
9494 /**
@@ -261,7 +261,7 @@ class PVMFCmdResp : public PVMFEventBase
261261 * event
262262 **/
263263 #define PVMF_ASYNC_EVENT_LOCAL_BUF_SIZE 16
264-class PVMFAsyncEvent : public PVMFEventBase
264+class OSCL_IMPORT_REF PVMFAsyncEvent : public PVMFEventBase
265265 {
266266 public:
267267 PVMFAsyncEvent(PVMFEventCategory aEventCategory,
Show on old repository browser