Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv24241/include

Modified Files:
        MApplication.h 
Log Message:
compilation fix for use dialup

Index: MApplication.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MApplication.h,v
retrieving revision 1.91
retrieving revision 1.92
diff -b -u -2 -r1.91 -r1.92
--- MApplication.h      29 Mar 2002 20:42:21 -0000      1.91
+++ MApplication.h      29 Mar 2002 23:07:17 -0000      1.92
@@ -236,4 +236,7 @@
    bool SupportsDialUpNetwork(void) const { return m_DialupSupport; }
 
+   /// sets up the class handling dial up networking
+   virtual void SetupOnlineManager(void) = 0;
+
    //@}
 #endif // USE_DIALUP
@@ -373,9 +376,4 @@
    /// really (and unconditionally) terminate the app
    virtual void DoExit() = 0;
-
-#ifdef USE_DIALUP
-   /// sets up the class handling dial up networking
-   virtual void SetupOnlineManager(void) = 0;
-#endif // USE_DIALUP
 
    /**


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to