OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ocfpch.h
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// ObjectComponents
3// Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
4//
5// Implementation for the two standard events classes \\
6//----------------------------------------------------------------------------
7
8#include <owl/private/defs.h>
9#if defined(BI_HAS_PRAGMA_ONCE)
10# pragma once
11#endif
12
13#if defined(__TRACE) || defined(__WARN)
14# pragma message ("<ocf/ocfpch.h> has been replaced by <ocf/pch.h>")
15#endif
16#include <ocf/pch.h>
17
18
Include for OC, gets common headers when precompiled headers are enabled.