Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

MCFTPfilename.h File Reference

#include <string.h>

Include dependency graph for MCFTPfilename.h:

Include dependency graph

Go to the source code of this file.

Functions

string MCFTPfilename (char *filenamebase)
string MCFTPfilename (string filenamebase)


Function Documentation

string MCFTPfilename char *  filenamebase  ) 
 

Definition at line 28 of file MCFTPfilename.cpp.

Referenced by MCFTPfilename().

00029 {
00030    string filename = filenamebase;
00031    filename += ".mcftp";
00032    return filename;
00033 };

string MCFTPfilename string  filenamebase  ) 
 

Definition at line 23 of file MCFTPfilename.cpp.

References MCFTPfilename().

00024 { 
00025    return MCFTPfilename( filenamebase.c_str() ); 
00026 }


Generated on Mon May 31 21:40:06 2004 for SR2k4 Assembler by doxygen 1.3.6