ossrv_pub/memory/inc/stdapis/stlport/stl/_new.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/ossrv_pub/memory/inc/stdapis/stlport/stl/_new.h	Fri Apr 16 16:46:38 2010 +0300
+++ b/ossrv_pub/memory/inc/stdapis/stlport/stl/_new.h	Mon May 03 14:06:43 2010 +0300
@@ -155,22 +155,22 @@
 # endif /* _STLP_WINCE */
 
 #if defined(__SYMBIAN32__) && !defined(__GCCE__)
-_STLP_DECLSPEC void *operator new(unsigned int aSize);
+IMPORT_C void *operator new(unsigned int aSize);
 
-_STLP_DECLSPEC void *operator new[](unsigned int aSize);
+IMPORT_C void *operator new[](unsigned int aSize);
 #endif
 
-_STLP_DECLSPEC void operator delete(void* aPtr) __NO_THROW;
+IMPORT_C void operator delete(void* aPtr) __NO_THROW;
 
-_STLP_DECLSPEC void operator delete[](void* aPtr) __NO_THROW;
+IMPORT_C void operator delete[](void* aPtr) __NO_THROW;
 
-_STLP_DECLSPEC void* operator new(unsigned int aSize, const std::nothrow_t& /*aNoThrow*/)  __NO_THROW;
+IMPORT_C void* operator new(unsigned int aSize, const std::nothrow_t& /*aNoThrow*/)  __NO_THROW;
 
-_STLP_DECLSPEC void* operator new[](unsigned int aSize, const std::nothrow_t& aNoThrow)  __NO_THROW;
+IMPORT_C void* operator new[](unsigned int aSize, const std::nothrow_t& aNoThrow)  __NO_THROW;
 
-_STLP_DECLSPEC void operator delete(void* aPtr, const std::nothrow_t& /*aNoThrow*/)  __NO_THROW;
+IMPORT_C void operator delete(void* aPtr, const std::nothrow_t& /*aNoThrow*/)  __NO_THROW;
 
-_STLP_DECLSPEC void operator delete[](void* aPtr, const std::nothrow_t& /*aNoThrow*/)  __NO_THROW;
+IMPORT_C void operator delete[](void* aPtr, const std::nothrow_t& /*aNoThrow*/)  __NO_THROW;
 
 
 // placement delete