ossrv_pub/typeinfo/inc/stdapis/stlport/typeinfo.h
branchRCL_3
changeset 56 acd3cd4aaceb
parent 0 e4d67989cc36
child 57 2efc27d87e1c
--- a/ossrv_pub/typeinfo/inc/stdapis/stlport/typeinfo.h	Thu Aug 19 11:33:45 2010 +0300
+++ b/ossrv_pub/typeinfo/inc/stdapis/stlport/typeinfo.h	Tue Aug 31 16:54:36 2010 +0300
@@ -46,10 +46,10 @@
 {
   public:
     virtual ~type_info();
-    bool operator==(const type_info&) const;
-    bool operator!=(const type_info&) const;
-    bool before(const type_info&) const;
-    const char* name() const;
+    IMPORT_C bool operator==(const type_info&) const;
+    IMPORT_C bool operator!=(const type_info&) const;
+    IMPORT_C bool before(const type_info&) const;
+    IMPORT_C const char* name() const;
   private:
     static void operator delete(void*) { /* nothing */ }
     type_info& operator=(const type_info&);  // Not actually defined