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