From stdcxx-commits-return-1453-apmail-incubator-stdcxx-commits-archive=incubator.apache.org@incubator.apache.org Tue Jun 26 16:01:47 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 5505 invoked from network); 26 Jun 2007 16:01:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 16:01:39 -0000 Received: (qmail 9182 invoked by uid 500); 26 Jun 2007 16:01:43 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 9166 invoked by uid 500); 26 Jun 2007 16:01:43 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 9152 invoked by uid 99); 26 Jun 2007 16:01:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 09:01:43 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 09:01:39 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0F2BD1A981A; Tue, 26 Jun 2007 09:01:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r550837 - /incubator/stdcxx/trunk/include/rw/_iosbase.h Date: Tue, 26 Jun 2007 16:01:18 -0000 To: stdcxx-commits@incubator.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070626160119.0F2BD1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: faridz Date: Tue Jun 26 09:01:18 2007 New Revision: 550837 URL: http://svn.apache.org/viewvc?view=rev&rev=550837 Log: 2007-06-26 Farid Zaripov * _iosbase.h: Fixed references to standard. Modified: incubator/stdcxx/trunk/include/rw/_iosbase.h Modified: incubator/stdcxx/trunk/include/rw/_iosbase.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/_iosbase.h?view=diff&rev=550837&r1=550836&r2=550837 ============================================================================== --- incubator/stdcxx/trunk/include/rw/_iosbase.h (original) +++ incubator/stdcxx/trunk/include/rw/_iosbase.h Tue Jun 26 09:01:18 2007 @@ -291,13 +291,13 @@ typedef void (*event_callback)(event, ios_base&, int); - // 27.5.2.6, p1 + // 27.4.2.6, p1 void register_callback (event_callback, int); // 27.4.2.4, p1 static bool sync_with_stdio (bool = true); - // 27.5.2.7, p2 + // 27.4.2.7, p2 virtual ~ios_base (); // returns a numeric base as per 22.2.2.1.2, p4 @@ -307,7 +307,7 @@ protected: - // 27.5.2.7, p1 + // 27.4.2.7, p1 ios_base (); // implements basic_ios::init()