From acbd1d2d5aee26cbe846f9e1e5c1f696017a94e0 Mon Sep 17 00:00:00 2001 From: luca83 Date: Fri, 22 Oct 2010 13:52:15 +0000 Subject: [PATCH] Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@21055 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ps/pd6411.cpp | 1 + ps/pd6411.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ps/pd6411.cpp b/ps/pd6411.cpp index ea24217b9..b00951cd9 100755 --- a/ps/pd6411.cpp +++ b/ps/pd6411.cpp @@ -8,6 +8,7 @@ int main(int argc, char** argv) switch(n) { case 0: pd6411100(argc, argv); break; //gestione listini materiali Haba Piastre + case 1: pd6411200(argc, argv); break; //inserimento listini materiali Haba Piastre default: pd6411100(argc, argv); break; //gestione listini materiali Haba Piastre } return 0; diff --git a/ps/pd6411.h b/ps/pd6411.h index 8a3c1278b..96636213e 100755 --- a/ps/pd6411.h +++ b/ps/pd6411.h @@ -1 +1,2 @@ -int pd6411100(int argc, char* argv[]); \ No newline at end of file +int pd6411100(int argc, char* argv[]); +int pd6411200(int argc, char* argv[]); \ No newline at end of file