Commit in slic/include on MAIN
PackageInfo.hh-761.88 removed


slic/include
PackageInfo.hh removed after 1.88
diff -N PackageInfo.hh
--- PackageInfo.hh	4 Jun 2010 14:24:10 -0000	1.88
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,76 +0,0 @@
-// $Header: /cvs/lcd/slic/include/Attic/PackageInfo.hh,v 1.88 2010/06/04 14:24:10 jeremy Exp $
-#ifndef SLIC_PACKAGE_INFO_HH
-#define SLIC_PACKAGE_INFO_HH 1
-
-namespace slic
-{
-
-  class PackageInfo
-  {
-
-  public:
-
-    static std::string& getVersionString()
-    {
-      static std::string ver_str = "v2r8p4";
-      return ver_str;
-    }
-
-    static std::string& getAuthorString()
-    {
-      static std::string auth_str = "Jeremy McCormick and Ron Cassell";
-      return auth_str;
-    }
-
-    static std::string& getNameString()
-    {
-      static std::string name_str = "Simulator for the Linear Collider";
-      return name_str;
-    }
-
-    static std::string& getAbbrevString()
-    {
-      static std::string abbrev_str = "SLIC";
-      return abbrev_str;
-    }
-
-    static std::string& getInstitutionString()
-    {
-      static std::string inst_str = "SLAC";
-      return inst_str;
-    }
-
-    static std::string& getChangeDateString()
-    {
-      static std::string inst_str = "Fri Jun  4 07:24:08 PDT 2010";
-      return inst_str;
-    }
-
-    static std::string& getWWW()
-    {
-      static std::string www_str = "http://www.lcsim.org/software/slic";
-      return www_str;
-    }
-
-    static std::string& getEmail()
-    {
-      static std::string email_str = "[log in to unmask]";
-      return email_str;
-    }
-
-    static std::string getFullApplicationString()
-    {
-      static std::string fullVerStr =
-	getNameString() + "; "
-	+ getAbbrevString() + "; "
-	+ getVersionString() + "; "
-	+ getAuthorString() + "; "
-	+ getInstitutionString() + "; "
-	+ getChangeDateString();
-      return fullVerStr;
-    }
-  };
-}
-
-#endif
-
CVSspam 0.2.8