allow unloading steps from a specific profile

This commit is contained in:
Glenn Maynard
2005-04-25 00:05:42 +00:00
parent 8f831ffb85
commit dcafde0088
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ public:
void AddSteps( Steps* pSteps ); // we are responsible for deleting the memory pointed to by pSteps!
void RemoveSteps( const Steps* pSteps );
void FreeAllLoadedFromProfiles();
void FreeAllLoadedFromProfile( ProfileSlot slot = PROFILE_SLOT_INVALID );
bool WasLoadedFromProfile() const { return m_LoadedFromProfile != PROFILE_SLOT_INVALID; }
int GetNumStepsLoadedFromProfile( ProfileSlot slot ) const;
bool IsEditAlreadyLoaded( Steps* pSteps ) const;