Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv10127/include
Modified Files:
FolderType.h
Log Message:
added case MF_VIRTUAL to switches over folder type to silence gcc warnings
Index: FolderType.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/FolderType.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -b -u -2 -r1.55 -r1.56
--- FolderType.h 21 Jul 2002 19:28:05 -0000 1.55
+++ FolderType.h 22 Jul 2002 13:43:04 -0000 1.56
@@ -219,4 +219,5 @@
case MF_MFILE:
case MF_MDIR:
+ case MF_VIRTUAL:
; // don't put return false here to avoid VC++ warnings
}
@@ -326,4 +327,5 @@
case MF_GROUP:
case MF_ROOT:
+ case MF_VIRTUAL: // so far we don't support this, maybe later
return false;
@@ -379,4 +381,5 @@
case MF_MFILE:
case MF_MDIR:
+ case MF_VIRTUAL:
; // don't put return here to avoid VC++ warnings
}
-------------------------------------------------------
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