Changeset 26892 in webkit for trunk/JavaScriptCore/kjs/internal.h
- Timestamp:
- Oct 22, 2007, 11:39:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.h
r24633 r26892 1 1 // -*- c-basic-offset: 2 -*- 2 2 /* 3 * This file is part of the KDE libraries4 3 * Copyright (C) 1999-2001 Harri Porten ([email protected]) 5 4 * Copyright (C) 2001 Peter Kelly ([email protected]) 6 * Copyright (C) 2003, 2004, 2005, 2006 Apple Computer, Inc.5 * Copyright (C) 2003, 2004, 2005, 2006, 2007 Apple Inc. All rights reserved. 7 6 * 8 7 * This library is free software; you can redistribute it and/or … … 82 81 NumberImp(double v) : val(v) { } 83 82 83 virtual bool getInt32(int32_t&) const; 84 84 virtual bool getUInt32(uint32_t&) const; 85 85
Note:
See TracChangeset
for help on using the changeset viewer.