jdk/src/share/back/outStream.h
changeset 1090 c5805b1672a6
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
1089:12e2f9ad0367 1090:c5805b1672a6
     1 /*
     1 /*
     2  * Copyright 1998-2005 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1998-2008 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
    23  * have any questions.
    23  * have any questions.
    24  */
    24  */
    25 
    25 
    26 #ifndef JDWP_OUTSTREAM_H
    26 #ifndef JDWP_OUTSTREAM_H
    27 #define JDWP_OUTSTREAM_H
    27 #define JDWP_OUTSTREAM_H
    28 
       
    29 #include "typedefs.h"
       
    30 
    28 
    31 #include "transport.h"
    29 #include "transport.h"
    32 #include "FrameID.h"
    30 #include "FrameID.h"
    33 
    31 
    34 struct bag;
    32 struct bag;