linuxpeer.h
来自「这是VCF框架的代码」· C头文件 代码 · 共 75 行
H
75 行
#ifndef _VCF_LINUXPEER_H__#define _VCF_LINUXPEER_H__ //LinuxPeer.h/*Copyright 2000-2004 The VCF Project.Please see License.txt in the top level directorywhere you installed the VCF.*//***Main header for implementation object that Linux headers*/namespace VCFLinux{/***General purpose utility class*/class LinuxUtils{public: /** *returns a string that represents the error code. *this functions expects to have the represent the current *value of errno */ static VCF::String getErrorString( const int& errorCode );};}/***CVS Log info*$Log$*Revision 1.3 2005/04/05 23:44:22 jabelardo*a lot of fixes to compile on linux, it does not run but at least it compile**Revision 1.2 2004/08/07 02:49:13 ddiego*merged in the devmain-0-6-5 branch to stable**Revision 1.1.2.4 2004/06/06 07:05:32 marcelloptr*changed macros, text reformatting, copyright sections**Revision 1.1.2.2 2004/04/29 04:07:08 marcelloptr*reformatting of source files: macros and csvlog and copyright sections**Revision 1.1.2.1 2004/04/28 03:29:39 ddiego*migration towards new directory structure**Revision 1.3.8.1 2004/04/26 21:58:42 marcelloptr*changes for dir reorganization: _VCF_MACRO_H__**Revision 1.3 2003/05/17 20:37:12 ddiego*this is the checkin for the 0.6.1 release - represents the merge over from*the devmain-0-6-0 branch plus a few minor bug fixes**Revision 1.2.14.1 2003/03/23 03:23:49 marcelloptr*3 empty lines at the end of the files**Revision 1.2 2002/05/27 15:58:22 ddiego*added linux peer classes for the FoundationKit port to linux*this now means the FoundationKit will start up correctly on*linu thought it is still not 100% functional yet**Revision 1.1 2002/01/28 02:04:54 cesarmello*Linux file peer implementation**/#endif // _VCF_LINUXPEER_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?