ident.h #1

  • //
  • guest/
  • andrew_mcdonald/
  • p4hl/
  • src/
  • dlls/
  • ident.h
  • View
  • Commits
  • Open Download .zip Download (432 B)
/*
 * Copyright 1995, 1996 Perforce Software.  All rights reserved.
 *
 * This file is part of Perforce - the FAST SCM System.
 */

# define IdentMagic "@(#)"

class Ident {

    public:
	void		GetMessage( StrBuf *s );
	const char *	GetIdent() { return ident + sizeof( IdentMagic ) - 1; }
	const char *	GetDate() { return supportDate; }

    // private, but statically initialized

	const char	*ident;
	const char	*supportDate;

};
# Change User Description Committed
#1 7292 Andrew McDonald initial submittal
//guest/sam_stafford/p4hl/src/dlls/ident.h
#1 1688 Sam Stafford Quick branch of new API files.
//guest/sam_stafford/p4hltest/ident.h
#1 1687 Sam Stafford Add files that didn't get added.