OpenAFS CVS Commit: openafs/src/WINNT/afsclass by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Wed, 06 Jul 2005 20:23:22 EDT


Update of /cvs/openafs/src/WINNT/afsclass
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/WINNT/afsclass

Modified Files:
	afsclassfn.cpp c_cell.cpp c_notify.cpp c_svr.cpp internal.cpp 
Log Message:
DELTA windows-vs2005b2-20050706
AUTHOR jaltman@secure-endpoints.com

Visual Studio 2005 Beta 2 has been released.   As part of this 
release Microsoft has tightened the rules for their C++ compliance.

* no longer can a variable declared in a for() statement be used
  outside of the associated command block

* no longer can a function or variable be declared implicitly as
  'int'

* several types such as size_t have become 64-bit values on all platforms

* due to type changes the C++ function names in libraries have changed.
  This requires the use of different .DEF file export lists




--- DELTA config follows ---
windows-vs2005b2-20050706 openafs/src/WINNT/afsclass/afsclassfn.cpp 1.4 1.5
windows-vs2005b2-20050706 openafs/src/WINNT/afsclass/c_cell.cpp 1.2 1.3
windows-vs2005b2-20050706 openafs/src/WINNT/afsclass/c_notify.cpp 1.2 1.3
windows-vs2005b2-20050706 openafs/src/WINNT/afsclass/c_svr.cpp 1.3 1.4
windows-vs2005b2-20050706 openafs/src/WINNT/afsclass/internal.cpp 1.2 1.3