Kaydet (Commit) a3a2008e authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS jl15 (1.8.2); FILE MERGED

2004/11/30 16:13:33 jl 1.8.2.1: #i35985 use CSC macro in makefiles rather then csc
üst c0da57fb
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: climaker_app.cxx,v $ * $RCSfile: climaker_app.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: rt $ $Date: 2004-11-02 09:17:50 $ * last change: $Author: kz $ $Date: 2004-12-16 11:43:15 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -582,7 +582,7 @@ SAL_IMPLEMENT_MAIN() ...@@ -582,7 +582,7 @@ SAL_IMPLEMENT_MAIN()
kp = new StrongNameKeyPair(fs); kp = new StrongNameKeyPair(fs);
fs->Close(); fs->Close();
} }
catch (System::IO::FileNotFoundException * e) catch (System::IO::FileNotFoundException * )
{ {
throw Exception(OUSTR("Could not find the keyfile. Verify the --keyfile argument!"), 0); throw Exception(OUSTR("Could not find the keyfile. Verify the --keyfile argument!"), 0);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment