CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ProductDeletedException.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_ProductDeletedException_h
2 #define FWCore_Framework_ProductDeletedException_h
3 // -*- C++ -*-
4 //
5 // Package: Framework
6 // Class : ProductDeletedException
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu Jan 12 13:32:29 CST 2012
19 // $Id: ProductDeletedException.h,v 1.1 2012/02/09 22:12:56 chrjones Exp $
20 //
21 
22 // system include files
23 
24 // user include files
26 
27 // forward declarations
28 namespace edm {
30 
31  public:
33  //virtual ~ProductDeletedException();
34 
35  // ---------- const member functions ---------------------
36 
37  // ---------- static member functions --------------------
38 
39  // ---------- member functions ---------------------------
40 
41  private:
42  //ProductDeletedException(const ProductDeletedException&); // stop default
43 
44  //const ProductDeletedException& operator=(const ProductDeletedException&); // stop default
45 
46  // ---------- member data --------------------------------
47 
48  };
49 
50 }
51 #endif