...
This commit is contained in:
parent
6ce14499cf
commit
3fad90b56c
@ -125,7 +125,7 @@
|
|||||||
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<OutputFile>$(OutDir)\$(ProjectName).exe</OutputFile>
|
<OutputFile>$(OutDir)\$(ProjectName).exe</OutputFile>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<EntryPointSymbol>
|
<EntryPointSymbol>
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
void ImportCarDealerAchievementToOracle(std::string userName,
|
void ImportCarDealerAchievementToOracle( std::string userName,
|
||||||
std::string password,
|
std::string password,
|
||||||
std::string tnsName,
|
std::string tnsName,
|
||||||
std::vector<CarDealerAchievement>& achievementVector)
|
std::vector<CarDealerAchievement> & achievementVector )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include "../../Datastructure/CarDealerAchievement/CarDealerAchievement.h"
|
#include "../../Datastructure/CarDealerAchievement/CarDealerAchievement.h"
|
||||||
|
|
||||||
|
|
||||||
void ImportCarDealerAchievementToOracle(std::string userName,
|
void ImportCarDealerAchievementToOracle( std::string userName,
|
||||||
std::string password,
|
std::string password,
|
||||||
std::string tnsName,
|
std::string tnsName,
|
||||||
std::vector<CarDealerAchievement>& achievementVector);
|
std::vector<CarDealerAchievement> & achievementVector );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user