// ChangeSorter.h: interface for the ChangeSorter class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CHANGESORTER_H__ABD2AF4B_D658_48D8_9AA5_6F7C6104E29F__INCLUDED_)
#define AFX_CHANGESORTER_H__ABD2AF4B_D658_48D8_9AA5_6F7C6104E29F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ChangeNode.h"
class ChangeSorter
{
public:
ChangeSorter();
virtual ~ChangeSorter();
void AddChange(StrBuf);
int GetPos(StrBuf);
ChangeNode* head;
};
#endif // !defined(AFX_CHANGESORTER_H__ABD2AF4B_D658_48D8_9AA5_6F7C6104E29F__INCLUDED_)
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #2 | 937 | Sam Stafford |
Renaming my guest directory to the more conventional sam_stafford. |
||
| #1 | 936 | Sam Stafford |
Adding P4HL to the public depot. See relnotes.txt for installation instructions; all relevant files are under p4hl/dist. Source code is under p4hl/src in the form of a VC++ project. |