Changeset 27022 in webkit for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- Oct 24, 2007, 11:38:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.h
r25257 r27022 2 2 /* 3 3 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. 4 * Copyright (C) 2007 Eric Seidel <[email protected]> 4 5 * 5 6 * Redistribution and use in source and binary forms, with or without … … 34 35 namespace KJS { 35 36 36 class JSCallbackObject : public JSObject 37 template <class Base> 38 class JSCallbackObject : public Base 37 39 { 38 40 public: … … 93 95 } // namespace KJS 94 96 97 // include the actual template class implementation 98 #include "JSCallbackObjectFunctions.h" 99 95 100 #endif // JSCallbackObject_h
Note:
See TracChangeset
for help on using the changeset viewer.