Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14730/include

Modified Files:
        MessageView.h 
Log Message:
added HasMessage()

Index: MessageView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageView.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -b -u -2 -r1.53 -r1.54
--- MessageView.h       12 Jul 2004 20:53:19 -0000      1.53
+++ MessageView.h       12 Jul 2004 20:56:21 -0000      1.54
@@ -112,7 +112,10 @@
    String GetFolderName() const;
 
-   /// get the message being previewd, do not DecRef() (may be NULL)
+   /// get the message being previewed, do not DecRef() (may be NULL)
    Message *GetMessage() const { return m_mailMessage; }
 
+   /// return true if we're showing a message
+   bool HasMessage() const { return m_mailMessage != NULL; }
+
    //@}
 



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to