зеркало из https://github.com/mozilla/pjs.git
25 строки
865 B
C
25 строки
865 B
C
/*
|
|
* The contents of this file are subject to the Mozilla Public License
|
|
* Version 1.0 (the "License"); you may not use this file except
|
|
* in compliance with the License. You may obtain a copy of the License at
|
|
* http://www.mozilla.org/MPL/
|
|
*
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
|
|
* the specific language governing rights and limitations under the License.
|
|
*
|
|
* Contributors:
|
|
* Frank Mitchell (frank.mitchell@sun.com)
|
|
*/
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
#ifndef JSSample_h__
|
|
#define JSSample_h__
|
|
|
|
// {d3944dd0-ae1a-11d1-b66c-00805f8a2676}
|
|
#define JS_SAMPLE_CID \
|
|
{0xd3944dd0, 0xae1a, 0x11d1, \
|
|
{0xb6, 0x6c, 0x00, 0x80, 0x5f, 0x8a, 0x26, 0x76}}
|
|
|
|
#endif /* JSSample_h__ */
|