This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright 2013 Convey Compliance Systems, Inc. | |
* | |
* All rights reserved. No warranty, explicit or implicit, provided. | |
*/ | |
#ifndef SVCBUS_THREADPOOL_H | |
#define SVCBUS_THREADPOOL_H | |
#include <Windows.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unit TestuWinVMMemoryStream; | |
{ | |
Delphi DUnit Test Case | |
---------------------- | |
This unit contains a skeleton test case class generated by the Test Case Wizard. | |
Modify the generated code to correctly setup and call the methods from the unit | |
being tested. | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unit uWinVMMemoryStream; | |
interface | |
uses | |
Classes, Windows; | |
type | |
TWinVMMemoryStream = class(TMemoryStream) | |
private |
NewerOlder