Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/zuidgen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6755/adobe/test/zuidgen
Modified Files:
main.cpp
Log Message:
asl 1.0.13
Index: main.cpp
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/zuidgen/main.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** main.cpp 6 Jan 2006 18:03:05 -0000 1.4
--- main.cpp 3 Feb 2006 18:33:40 -0000 1.5
***************
*** 1,6 ****
/*
! Copyright 2005-2006 Adobe Systems Incorporated
! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
! or a copy at http://opensource.adobe.com/licenses.html)
*/
--- 1,6 ----
/*
! Copyright 2005-2006 Adobe Systems Incorporated
! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
! or a copy at http://opensource.adobe.com/licenses.html)
*/
***************
*** 22,34 ****
int main(int argc, char** /*argv*/)
{
! if (argc > 1)
! {
! std::cout << "usage: zuidgen" << std::endl;
! std::cout << " generate a ZUID" << std::endl;
! }
! else
! {
! std::cout << adobe::zuid_t().c_str() << std::endl;
! }
! return 0;
}
--- 22,34 ----
int main(int argc, char** /*argv*/)
{
! if (argc > 1)
! {
! std::cout << "usage: zuidgen" << std::endl;
! std::cout << " generate a ZUID" << std::endl;
! }
! else
! {
! std::cout << adobe::zuid_t().c_str() << std::endl;
! }
! return 0;
}
|