Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
349 B

  1. #ifndef _ALGORITHMS_H
  2. #define _ALGORITHMS_H
  3. #include "Allocator.h"
  4. #include "Stack.h"
  5. template <class WmiElement>
  6. LONG CompareElement ( const WmiElement &a_Arg1 , const WmiElement &a_Arg2 ) ;
  7. template <class WmiElement>
  8. WmiStatusCode QuickSort ( WmiElement *a_Array , ULONG a_Size ) ;
  9. #include <Algorithms.cpp>
  10. #endif _ALGORITHMS_H