Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv20231/include
Modified Files:
MApplication.h
Added Files:
CmdLineOpts.h
Log Message:
added a few useful command line options
***** Error reading new file: [Errno 2] No such file or directory: 'CmdLineOpts.h'
Index: MApplication.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MApplication.h,v
retrieving revision 1.90
retrieving revision 1.91
diff -b -u -2 -r1.90 -r1.91
--- MApplication.h 13 Mar 2002 22:30:03 -0000 1.90
+++ MApplication.h 29 Mar 2002 20:42:21 -0000 1.91
@@ -443,4 +443,17 @@
/// should we enter the away mode after some period of idleness?
bool m_autoAwayOn;
+
+ /// the struct containing the command line options
+ struct CmdLineOptions *m_cmdLineOptions;
+
+private:
+ /**
+ Second stage of the startup initialization, called from OnStartup() if we
+ are not in safe mode to do all non-critical things
+
+ No error return code as, by definition, nothing critical (i.e. anything
+ which can prevent us from working correctly) can be done here at all.
+ */
+ void ContinueStartup();
};
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates