phonebookengines/contactsmodel/cntmodel/src/ccontactdatabase.cpp
changeset 37 fd64c38c277d
parent 24 0ba2181d7c28
child 46 efe85016a067
--- a/phonebookengines/contactsmodel/cntmodel/src/ccontactdatabase.cpp	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookengines/contactsmodel/cntmodel/src/ccontactdatabase.cpp	Thu May 27 12:45:19 2010 +0300
@@ -27,6 +27,16 @@
 #include "ccontactprivate.h"
 
 #include "clplproxyfactory.h"
+#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
+#include "cntdb_internal.h"
+#include "cntsyncecom.h"
+
+const TInt KMajorVersion=1;
+
+const TInt KMinorVersion=0;
+
+const TInt KBuildNumber=40;
+#endif
 
 CContactDatabase::CContactDatabase():
 		iDbConnectionState(EDbConnectionNotReady),
@@ -4165,6 +4175,7 @@
 	iCntSvr->RemoveObserver(aChangeNotifier);
 	}
 	
+
 void CContactDatabase::CancelNotifyRequestL()
 	{
 	}