|
From: <psn...@us...> - 2003-10-13 04:24:58
|
Update of /cvsroot/whisper2/Whisper/Examples/DropSkeleton/Source In directory sc8-pr-cvs1:/tmp/cvs-serv24784 Modified Files: CDropAppHelper.cpp Log Message: Changed dialogOptionFlags to optionFlags to reflect new API and data structures in Nav Services. Index: CDropAppHelper.cpp =================================================================== RCS file: /cvsroot/whisper2/Whisper/Examples/DropSkeleton/Source/CDropAppHelper.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CDropAppHelper.cpp 20 Aug 2003 07:46:06 -0000 1.6 --- CDropAppHelper.cpp 13 Oct 2003 04:24:51 -0000 1.7 *************** *** 10,13 **** --- 10,16 ---- * * $Log$ + * Revision 1.7 2003/10/13 04:24:51 psnively + * Changed dialogOptionFlags to optionFlags to reflect new API and data structures in Nav Services. + * * Revision 1.6 2003/08/20 07:46:06 meeroh * Eliminated all occurrences of "using namespace" directives in header files to avoid namespace pollution, and adjusted the affected source files accordingly. *************** *** 127,131 **** #if TARGET_OS_MAC mOpenOptions.SetAppName(XFileSpec(MSystemInfo::GetAppFile()).GetName()); ! mOpenOptions.dialogOptionFlags = kNavNoTypePopup + kNavDontAutoTranslate + kNavDontAddTranslateItems; #endif --- 130,134 ---- #if TARGET_OS_MAC mOpenOptions.SetAppName(XFileSpec(MSystemInfo::GetAppFile()).GetName()); ! mOpenOptions.optionFlags = kNavNoTypePopup + kNavDontAutoTranslate + kNavDontAddTranslateItems; #endif |