Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1:/tmp/cvs-serv16122/src/classes

Modified Files:
        MObject.cpp 
Log Message:
Removed SpamOptionManager::Pointer and extended RefCounter

Index: MObject.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MObject.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -b -u -2 -r1.24 -r1.25
--- MObject.cpp 3 Oct 2003 12:50:56 -0000       1.24
+++ MObject.cpp 3 Oct 2003 13:39:47 -0000       1.25
@@ -154,4 +154,10 @@
 // ----------------------------------------------------------------------------
 
+extern void RefCounterIncrement(MObjectRC *pointer)
+{
+   if( pointer )
+      pointer->IncRef();
+}
+
 extern void RefCounterDecrement(MObjectRC *pointer)
 {



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to