kerneltest/f32test/smassstorage/src/t_ms_fsunit.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
--- a/kerneltest/f32test/smassstorage/src/t_ms_fsunit.cpp	Tue Aug 31 16:34:26 2010 +0300
+++ b/kerneltest/f32test/smassstorage/src/t_ms_fsunit.cpp	Wed Sep 01 12:34:56 2010 +0100
@@ -195,10 +195,10 @@
 	return KErrNone;
 	}
 //------------------------------------	
-EXPORT_C CFileSystem::CFileSystem(void)
+CFileSystem::CFileSystem(void)
 	{
 	}
-EXPORT_C CFileSystem::~CFileSystem(void)
+CFileSystem::~CFileSystem(void)
 	{
 	}
 	
@@ -295,7 +295,7 @@
 CFsDispatchObject::~CFsDispatchObject()
 	{
 	}
-EXPORT_C int CFsDispatchObject::IsCorrectThread(void)
+int CFsDispatchObject::IsCorrectThread(void)
 	{
 	return ETrue;
 	}
@@ -309,12 +309,12 @@
 	aFileStart=NULL;
 	}
 
-EXPORT_C int CLocDrvMountCB::CreateLocalDrive(class TBusLocalDrive &) 
+int CLocDrvMountCB::CreateLocalDrive(class TBusLocalDrive &) 
 
 	{
 	return KErrNone;
 	}
-EXPORT_C void CLocDrvMountCB::DismountedLocalDrive(void) 
+void CLocDrvMountCB::DismountedLocalDrive(void) 
 	{
 	}
 	
@@ -325,12 +325,12 @@
 // Implement the GetInterface methods here as these are usually 
 // exported by EFILE, but these unit tests don't link to it.
 
-EXPORT_C TInt CMountCB::GetInterface(TInt /*aInterfaceId*/, TAny*& /*aInterface*/, TAny* /*aInput*/)
+TInt CMountCB::GetInterface(TInt /*aInterfaceId*/, TAny*& /*aInterface*/, TAny* /*aInput*/)
 	{
 	return KErrNotSupported;
 	}
 
-EXPORT_C TInt CFileSystem::GetInterface(TInt /*aInterfaceId*/, TAny*& /*aInterface*/, TAny* /*aInput*/)
+TInt CFileSystem::GetInterface(TInt /*aInterfaceId*/, TAny*& /*aInterface*/, TAny* /*aInput*/)
 	{
 	return KErrNotSupported;
 	}