Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VsnetDownload::Server Namespace Reference

Classes

class  DownloadItem
 
class  DownloadItemFile
 
class  DownloadItemBuf
 
class  Manager
 

Functions

 LOCALCONST_DEF (Manager, int, _packetWorkahead, 5) Manager
 

Function Documentation

VsnetDownload::Server::LOCALCONST_DEF ( Manager  ,
int  ,
_packetWorkahead  ,
 
)

Definition at line 479 of file vsnet_dloadmgr.cpp.

References c, and COUT.

479  :
480  _set( sets )
481 {
482  COUT<<"Enter "<<__PRETTY_FUNCTION__<<endl;
483 
484  const char **c = local_search_paths;
485  while (*c != NULL) {
486  _local_search_paths.push_back( *c );
487  c++;
488  }
489 }