Skip to content

Commit

Permalink
Update mFunctions.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ejatgit authored May 16, 2024
1 parent 5bea19c commit badf589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CPP/High_Voltage/mFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,13 @@
//
//End Function
//
bool CheckInterceptorsAlive{
//Function CheckInterceptorsAlive() As Boolean
//Dim cNowinterceptor As cInterceptor
cIneterceptor cNowInterceptor;
//
//For Each cNowinterceptor In interceptorCollection
for(do something here)left off here
// If cNowinterceptor.Alive Then
// CheckInterceptorsAlive = True
// Exit For
Expand All @@ -68,3 +71,4 @@
//Next cNowinterceptor
//
//End Function
}

0 comments on commit badf589

Please sign in to comment.