Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/jenga/include/common/Directory.h

    r295 r523  
    11#pragma once
    2 #pragma warning(disable : 4996)
    3 
    4 #include <vector>
    5 #include <string>
    6 
    7 #include <stdlib.h>
    8 
    9 #include <windows.h>
    10 
    112
    123namespace Jenga{
    134namespace Common{
    145
    15 using namespace std;
    16 
    176class Directory
    187{
    19     string path;
     8    std::string path;
    209public:
    21     Directory( const string &path, bool isMake = false );
     10    Directory( const std::string &path, bool isMake = false );
    2211
    23     string GetFullPath( const string &relationPath );
    24 
    25     string GetRelationalPath( const string &fullPath )
    26     {
    27     }
     12    std::string GetFullPath( const std::string &relationPath );
    2813};
    2914
Note: See TracChangeset for help on using the changeset viewer.